home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / samples / Macros / Demo-ExtractAndFill.iim < prev    next >
Text File  |  2010-01-25  |  1KB  |  21 lines

  1. ∩╗┐VERSION BUILD=4010333     
  2. TAB T=1     
  3. TAB CLOSEALLOTHERS     
  4. URL GOTO=http://www.iopus.com/imacros/demo/v6/extract.htm       
  5. 'Get the values
  6. TAG POS=29 TYPE=TD ATTR=CLASS:bdytxt&&TXT:*.* EXTRACT=TXT    
  7. SET !VAR1 {{!EXTRACT}} 
  8. SET !EXTRACT NULL
  9. TAG POS=30 TYPE=TD ATTR=CLASS:bdytxt&&TXT:*.* EXTRACT=TXT    
  10. SET !VAR2 {{!EXTRACT}}
  11. SET !EXTRACT NULL
  12. TAG POS=31 TYPE=TD ATTR=CLASS:bdytxt&&TXT:*.* EXTRACT=TXT  
  13. SET !VAR3 {{!EXTRACT}}
  14. SET !EXTRACT NULL
  15. 'Now fill them in a form. This is only one example. You could use it also as part of link  
  16. URL GOTO=http://www.iopus.com/imacros/demo/v6/f1/form.asp   
  17. TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:TestForm ATTR=NAME:Name CONTENT=***Extract<SP>and<SP>Fill<SP>Demo*** 
  18. '
  19. 'The variables are part of the CONTENT tag. You could use them as part of link
  20. TAG POS=1 TYPE=TEXTAREA FORM=NAME:TestForm ATTR=NAME:Remarks CONTENT=Extraction<SP>results:<BR><BR>One<SP>dollar<SP>costs<SP>{{!VAR1}}<SP>EURO,<SP>{{!VAR2}}<SP>Pounds<SP>or<SP>{{!VAR3}}<SP>Yen. 
  21.